Jump Start Rails by Andy Hawthorne

Jump Start Rails by Andy Hawthorne

Author:Andy Hawthorne
Language: eng
Format: mobi, epub, pdf
Publisher: SitePoint Pty. Ltd.
Published: 2013-08-16T04:00:00+00:00


Figure 3.4. ActiveAdmin Install Message

Let's run through this message, line by line:

We don't need to worry about this just yet.

This is already completed.

This needs to be done. Open up app/views/layouts/application.html.erb and copy in the code shown, just above the <%=yield %>:

<body> <p class="notice"><%= notice %></p> <p class="alert"><%= alert %></p> <%= yield %> ...

We'll attend to this later. For now, let's copy the line of code config.assets.initialize_on_precompile = false and add it to config/application.rb, but commented out:

#config.assets.initialize_on_precompile = false

There's a reason for leaving it commented out. We'll get to that in Chapter 6.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.